home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / emulator / bsvc-1.000 / bsvc-1 / bsvc-1.0.4 / Changes < prev    next >
Text File  |  1995-07-26  |  3KB  |  100 lines

  1. BSVC Changes
  2. ============
  3.  
  4.  1.0.3 to 1.0.4 (07/31/95):
  5.  
  6.     a) Stack pointer bug in the ADDA, SUBA, CMPA, and LEA instructions fixed
  7.  
  8.        - Thanks to James Yuill at NCSU for reporting this bug
  9.  
  10.  
  11.  1.0.2 to 1.0.3 (07/25/95):
  12.  
  13.     a) Bug in Sim68000's DIVS, BCHG, BCLR, BSET, and BTST instructions fixed
  14.  
  15.        - Thanks to Robert Woodside at NCSU for reporting the DIVS bug
  16.        - Thanks to John R Potter at Penn State for reporting Bit instrution bug
  17.  
  18.     b) M68681 interrupt level bug fixed
  19.  
  20.     c) Sim68000 interrupt servicing modified so breakpoints at a service
  21.        routine are handled correctly
  22.  
  23.        - Thanks to Jonathan Bredin at the University of Pennsylvania for 
  24.          making me check the interrupts out
  25.  
  26.     d) Font resources changed for the GUI
  27.  
  28.     e) Insert registers in trace window bug fixed
  29.  
  30.        - Thanks to Stephanie Watson at NCSU for reporting the bug
  31.  
  32.  
  33.  1.0.1 to 1.0.2 (02/18/95):
  34.  
  35.     a) Added support for the SUBX instruction to Sim68000
  36.  
  37.     b) Bug in Sim68000's CMPM and RTR instructions fixed
  38.  
  39.        - Thanks to John R Potter at Penn State for reporting the bug
  40.  
  41.     c) Mailing list for BSVC has been setup
  42.  
  43.  
  44.  1.0 to 1.0.1 (02/11/95):
  45.  
  46.     a) Memory viewer's dump utility fixed
  47.  
  48.     b) Bug in Sim68000's CMP and CMPA instructions fixed
  49.  
  50.        - Thanks to John R Potter at Penn State for reporting the bug>
  51.  
  52.     c) Solaris support added
  53.  
  54.  
  55.  1.0b3 to 1.0:
  56.  
  57.     a) The memory viewer has been made larger and faster
  58.  
  59.     b) WWW Home Page selection has been added to the help menu
  60.        This starts a WWW browser pointed at the BSVC Home Page
  61.  
  62.     c) Added code to handle the STOP instruction
  63.  
  64.     d) Fixed a problem with the RTS instruction
  65.  
  66.     e) Unimplemented intructions cause an illegal instruction exception
  67.  
  68.     f) Fixed the 68000 assembler's INCLUDE directive so that it can
  69.        be in any case
  70.  
  71.     g) Compiles with GCC 2.6.2
  72.  
  73.     
  74.  1.0b2 to 1.0b3:
  75.  
  76.     a) Added an INCLUDE directive to the 68000 assembler
  77.   
  78.     b) Fixed a bug in the Program Listing window that caused it to
  79.        only work for programs listed in ascending order
  80.            
  81.     c) Corrected a small problem with the file selector that caused it
  82.        to "grab" the mouse while reading a directory (This causes problems
  83.        with networked file systems that take a long time to read)
  84.  
  85.     d) Fixed bugs in two of the Framework classes that caused them not
  86.        to compile under GCC 2.6.0
  87.  
  88.  
  89.  1.0b1 to 1.0b2:
  90.  
  91.     a) Added a BREAK instruction to the 68000 simulator and assembler
  92.        that acts like a breakpoint.  When the simulator executes this
  93.        instruction while "running" it will stop running like it
  94.        hit a breakpoint.
  95.  
  96.     b) Added a new file selector to the user interface
  97.  
  98.     c) Fixed several small bugs in the HECTOR 1600 simulator
  99.  
  100.